home *** CD-ROM | disk | FTP | other *** search
- Path: doors.informatik.uni-siegen.de!plrunu
- From: plrunu@informatik.uni-siegen.de (Runu Knips)
- Newsgroups: comp.lang.c++
- Subject: Re: gnu g++ and variable arguments in function declaration (ellipse ...)
- Date: 15 Mar 1996 13:16:12 GMT
- Organization: University of Siegen
- Sender: plrunu@doors.informatik.uni-siegen.de (Runu Knips)
- Message-ID: <4ibqis$br5@si-nic.hrz.uni-siegen.de>
- References: <4i9a6p$nf9@nx2.HRZ.Uni-Dortmund.DE>
- NNTP-Posting-Host: doors.informatik.uni-siegen.de
-
- Absurd idea.
-
- It doesn't. Why should it ???
-
- ++++++++++++++++++++++++++++++++++++++++++
-
- #include <stdio.h>
-
- int
- main ()
- {
- printf ("Hello World\n");
- return 0;
- }
-
- ++++++++++++++++++++++++++++++++++++++++++
-
- Even the simplest program wouldn't compile
- without the ellipse (for printf() uses
- the ellipse !).
-
- Ciao.
-
-